ci: Set LSAN_OPTIONS for tests
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jul 2020 02:19:32 +0000 (22:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 9 Jul 2020 19:07:50 +0000 (15:07 -0400)
commitfa90e42a38c817e11f16c012cfc243e4b90a773b
treeaf32cd1cc5f52a5d1259d4febb6dcea258144084
parent2d361095654604289e32737127bfff2988832db3
ci: Set LSAN_OPTIONS for tests

When running the testsuite with the address sanitizer,
many of our dependencies cause it to report cause it
to report memory leaks, causing tests to fail.
Therefore, point the leak sanitizer at a list of
suppressions. The list is kept in the lsan.supp
file in git.
.gitlab-ci/run-tests.sh